Class HeapNodeWT
java.lang.Object
edu.claflin.finder.algo.clustering.struct.walk_trap_struct.HeapNodeWT
- All Implemented Interfaces:
Comparable<HeapNodeWT>
- Author:
- Cesar Martin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index1
private int index1 -
index2
private int index2 -
sigma
private double sigma -
EPSILON
public static final double EPSILON- See Also:
-
-
Constructor Details
-
HeapNodeWT
public HeapNodeWT(int ind1, int ind2, double sig)
-
-
Method Details
-
getIndex1
public int getIndex1() -
getIndex2
public int getIndex2() -
setIndex1
public void setIndex1(int ind) -
setIndex2
public void setIndex2(int ind) -
getValue
public double getValue() -
setSigma
public void setSigma(double nwsig) -
duplicate
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<HeapNodeWT>
-
toString
-